home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / migcom / RCS / local.mk,v < prev   
Encoding:
Text File  |  1992-06-10  |  1.0 KB  |  68 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.2
  10. date     92.06.10.16.22.34;  author kupfer;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     91.05.28.16.21.36;  author kupfer;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @local.mk for migcom (mig back-end).
  22. @
  23.  
  24.  
  25. 1.2
  26. log
  27. @DECstation support.
  28. @
  29. text
  30. @#
  31. # This file is included by Makefile.  Makefile is generated automatically
  32. # by mkmf, and this file provides additional local personalization.  The
  33. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  34. # that must be included to set up various compilation stuff.
  35. #
  36.  
  37. YFLAGS    += -d
  38. LIBS    += -ll
  39.  
  40. # migcom has macros that put arguments into strings, hence we need an
  41. # old-style (traditional) cpp.
  42. #if empty(TM:Mds3100) && empty(TM:Mds5000)
  43. CFLAGS    += -traditional
  44. #endif
  45.  
  46. #include    <$(SYSMAKEFILE)>
  47.  
  48. .PATH.h :    /sprite/lib/include.mach
  49.  
  50. $(TM).md/lexxer.o : parser.h
  51.  
  52. parser.h: parser.c
  53.     cp y.tab.h parser.h
  54.  
  55. clean::
  56.     $(RM) -f parser.c parser.h y.tab.h
  57. @
  58.  
  59.  
  60. 1.1
  61. log
  62. @Initial revision
  63. @
  64. text
  65. @d13 1
  66. d15 1
  67. @
  68.